stylecontext: reorder style classes defines
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 19 Apr 2012 19:00:03 +0000 (15:00 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 19 Apr 2012 19:10:52 +0000 (15:10 -0400)
A couple of style classes defines ended up mixed with the region
defines.

gtk/gtkstylecontext.h

index c5dd07edd2098748f295ab7f3d3113da65cb56c0..ff1e7f57cf22442d65f5ed96fc28ed0c176e4b3e 100644 (file)
@@ -654,6 +654,25 @@ struct _GtkStyleContextClass
  */
 #define GTK_STYLE_CLASS_RIGHT "right"
 
+/**
+ * GTK_STYLE_CLASS_PULSE:
+ *
+ * A CSS class to use when rendering a pulse in an indeterminate progress bar.
+ *
+ * This is used by #GtkProgressBar and #GtkEntry.
+ */
+#define GTK_STYLE_CLASS_PULSE "pulse"
+
+/**
+ * GTK_STYLE_CLASS_ARROW:
+ *
+ * A CSS class used when rendering an arrow element.
+ *
+ * Note that #gtk_render_arrow automatically adds this style class
+ * to the style context when rendering an arrow element.
+ */
+#define GTK_STYLE_CLASS_ARROW "arrow"
+
 /* Predefined set of widget regions */
 
 /**
@@ -684,26 +703,6 @@ struct _GtkStyleContextClass
  */
 #define GTK_STYLE_REGION_TAB "tab"
 
-/**
- * GTK_STYLE_CLASS_PULSE:
- *
- * A CSS class to use when rendering a pulse in an indeterminate progress bar.
- *
- * This is used by #GtkProgressBar and #GtkEntry.
- */
-#define GTK_STYLE_CLASS_PULSE "pulse"
-
-/**
- * GTK_STYLE_CLASS_ARROW:
- *
- * A CSS class used when rendering an arrow element.
- *
- * Note that #gtk_render_arrow automatically adds this style class
- * to the style context when rendering an arrow element.
- */
-#define GTK_STYLE_CLASS_ARROW "arrow"
-
-
 GType gtk_style_context_get_type (void) G_GNUC_CONST;
 
 GtkStyleContext * gtk_style_context_new (void);